/* \u6587\u7ae0\u5217\u8868\u9875\u5f00\u59cb */
.location {
   /* margin: 30px 5.2em;*/
    float:left;
    width:100%;
    margin:40px 0px 0px 30px;
}
.location a{
    line-height: 30px;
}
.location span{
    color: #b3b3b3;
        padding-left: 5px;
}
    
.list_t h3{
    float: left;
    color: #bd1b2d;
    font-size: 24px;

}
.list_l{
    float: right;
    width: 88%;
    height: 20px;
    border-bottom: 1px #e5e5e5 solid;
}
.colum{
    width:100%;
    float:left;
    padding:2em 30px
}
.list_box{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 3em;
    margin: 20px 0;
}
.list_box li a {
    width: 90%;
    /*display: inline-block;*/
    
}
.datetime{
    float: right;
    color: #b3b3b3;
    font-size: 16px;
    margin-left: 20px;
}
.pageturn{
    float: right;
    margin: 60px 0;
}
.pageturn span {
    display: block;
    float: left;
    background-color: #bd1b2d;
    color:#fff;
    margin-right: 10px;
    padding: 10px 18px;
    cursor: pointer;
}
.pageturn a {
   display: block;
    float: left;
    background-color: #e5e5e5;
    margin-right: 10px;
    padding: 10px 18px;
}
.pageturn a:hover{
    color: #fff;
    background-color: #bd1b2d;
}


/* \u6587\u7ae0\u8be6\u60c5\u9875\u5f00\u59cb */
.art-header h3{
    font-size: 32px;
    padding: 0 84px;
    text-align: center;
}
.art-info{
    text-align: center;
    margin: 0 84px;
    border-bottom: 1px solid #cb2818;
}
.art-info span{
    display:inline-block;
    padding: 10px;
    color: #b3b3b3;
}
.content .art-content{
    float: left;
    padding: 2em 5.2em;
}
.content .art-content p,.art-content span,.art-content section{
    font-size: 18px;
    color: #333;
    text-align: left;
    line-height: 2.2em !important;
    text-indent: 2em !important;
    margin-top: 20px !important;
    font-family: inherit !important;
    font-size: inherit !important;
    margin: inherit;
    text-align: justify;
}
.art-content img{
    margin-left: 1.2em;
    width:900px;
}
.content .art-content pre{
    white-space: pre-wrap;
    font-size: 18px;
    color: #333;
    text-align: left;
    line-height: 2.2em !important;
    text-indent: 2em !important;
    margin-top: 20px !important;
    font-family: inherit !important;
    font-size: inherit !important;
    margin: inherit;
    text-align: justify;
}

.auto-hidden {
    width: 380px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.auto-hidden-zy{
  width: 480px;
text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
line-height: 30px !important;
    margin: 12px 0px;
}
.video-auto-hidden {
    width: 260px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.sec-auto-hidden{
    width: 540px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden; 
}
.more-auto-hidden {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
li .seq{
   float: left;
    width: 8px;
    height: 8px;
    background: #c6c6c6;
    margin-top: 17px;
    margin-right: 15px;
    border-radius: 50%;
}
li .seq:hover{
   background: #bd1b2d;
}
li .seq-grey{
   float: left;
    width: 8px;
    height: 8px;
    background: #c6c6c6;
    margin-top: 22px;
    margin-right: 10px;
    border-radius: 50%;
}
li .seq-ddh{
   float: left;
    width: 8px;
    height: 8px;
    background: #bd1b2d;
    margin-top: 22px;
    margin-right: 10px;
    border-radius: 50%;
}
.imglist {
    width: 100%;
    height: 100%;
}
.imglist li, .imglist li a, .imglist li {
    width: 100%;
    height: 100%;
}
.imglist li .scr-img{
   width: 100%;
    height: 448px;
}
.scr-img img {
    display: none;
}
.imglist img{
   width: 100%;
}
.imginfo {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    padding: 6px 40px;
    background: rgba(0,0,0,0.6);
}
.imginfo a,.imginfo a:hover{
	color:#fff;
	display: inline-block;
    width: 530px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.imgdesc {
    position: absolute;
    bottom: 19px;
    right: 20px;
    text-align: center;
    z-index: 200;
}
.right {
    float: right;
    display: inline;
}
.imgdesc li {
    width: 18px;
    height: 18px;
    font-size: 12px;
    margin-right: 3px;
    transition: all linear 0.2s;
    float: left;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #999;
    cursor: pointer;
}
.imgdesc li.hover{
	background:#bd1b2d;
	color:#fff;
}
.friendlink .linklist ul {
 }
.friendlink .linklist a { padding:2px 12px;display:block; line-height:25px;background:#fff; }
.friendlink .linklist a:hover{ padding:2px 12px;background:#eee; display:block; line-height:25px;}
.attlist{ float:left;padding-left: 7.2em;margin:0 auto;margin-top: 40px;weight:bold;}
.attlist a:nth-child(1){margin-left: 4px;}
.attlist a{margin-left: 44px;line-height: 36px;}
.content{
margin-top: 30px;
float:left;
}
.topbar .ext-link li a{padding-left:20px;}
.ext-link li img{margin-right:4px}
.edui-upload-video{
   width: 900px;
   object-fit: fill;
    height: 100%;
    outline: none;
}
.scale-main{
   /*width: 150px;
   font: normal 16px/24px "";*/
}
.scale-main img{
  cursor: pointer;
}
.hd_search_box {
    position: relative;
    float: left;
    margin-left: 260px;
}
.hd_search_box .inputtext{ 
    width: 290px;
    height: 30px;
    border: 1px solid #d0d0d0 ;
    border-radius: 19px;
    padding-left: 20px;
    padding-right: 60px;
}
.hd_search_box input:focus{
    border: 1px solid #b50009;
}

.hd_search_box .inputsubmit{
    float: left;
    position: absolute;
    top: 4px;
    right: 10px;
    width: 40px;
    height: 30px;
    margin-top: 3px;
    background:url("../images/search1-icon.png") no-repeat center;
    cursor: pointer;
   
}
.ddh-location{
      margin-top: 40px;
    margin-left: 5.2em;
}
.zt-title h3{
       color: #bd1b2d;
    font-size: 24px;
    text-align: center;
    height: 50px;
    border-bottom: 1px #bd1b2d solid;
}
.video_img img{
   height:163px;
}
.firstRow td{
    border-top: 1px solid windowtext;
    text-align: center;
    font-weight: bold;
    padding: 10px 0px;
    min-width: 100px;
}
.firstRow1 td {
    font-weight: normal;
    border-top: 1px solid windowtext;
}
table{
  border-collapse: collapse;
}
td:nth-child(1){
    border-left: 1px solid windowtext;
}
td{
    padding: 0px 12px;
    border-right: 1px solid windowtext;
    border-bottom: 1px solid windowtext;
    border-image: initial;
    border-top: none;
}
.content .art-content td p{
    text-indent: 0em !important;
    display: inline-block;
    margin-top: 0px !important;
}
.jjj-slice{
   float: left;
    width: 49%;
    color: black;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    border: 1px red solid;
    line-height: 100px;
}
.jjj-slice .active{
  border:red;
}
